-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(RHEL-64754) fix(35network-manager): install nft binary during module installation #97
Conversation
NetworkManager requires nf_tables, nfnetlink and nft_fwd_netdev kernel modules to operate balance-slb bonding mode. Fixes a6264d1726d9 ("fix(35network-manager): install nft binary during module installation") (cherry picked from commit 037da383dd8d9d9d699f1430d6afc790b28b18f8) Resolves: RHEL-64754
Commit validationTracker - RHEL-64754 The following commits need an inspection
Pull Request validationFailed🔴 Failed or pending checks - |
Commit validationTracker - RHEL-64754 The following commits need an inspection
Tracker validationSuccess🟢 Tracker RHEL-64754 has set desired product: Pull Request validationFailed🔴 Failed or pending checks - |
NetworkManager has a new bonding mode called balance-slb. This mode is used in environments where NICs are connected to switches without LACP. In order to work, NetworkManager configures a set of nftables rules. The 'nft' binary is required to work. Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net> (cherry picked from commit 37317b61fda5181aeb0604381e994e8181a53200) Resolves: RHEL-64754
f70b1d7
to
48ff571
Compare
LGTM. |
Resolves: RHEL-64754